home *** CD-ROM | disk | FTP | other *** search
/ Apple WWDC 1996 / WWDC96_1996 (CD).toast / Technology Materials / QuickTime VR / MacOS / QuickDraw™ 3D 1.0.6F4 SDK / Samples / SampleCode / GeometryTest / GTFile.h < prev    next >
Encoding:
C/C++ Source or Header  |  1995-05-02  |  186 b   |  11 lines  |  [TEXT/MPCC]

  1. #ifndef _GTFILE_H_
  2. #define _GTFILE_H_
  3.  
  4. #include "GTSupport.h"
  5.  
  6. OSErr    HandleNewCommand( void ) ;
  7. OSErr    HandleOpenCommand( void ) ;
  8. void HandleCloseWindow( WindowPtr theWindow ) ;
  9.  
  10.  
  11. #endif